Carbon


SetNextControl

Header: Controls.h Carbon status: Unsupported

void SetNextControl (
    ControlHandle control, 
    ControlHandle nextControl
);
control
nextControl

AVAILABILITY

Not supported in Carbon.

CARBON NOTES

The SetNextControl function is not supported in Carbon. Use the Control Manager's embedding hierarchy functions (CreateRootControl, GetRootControl, EmbedControl, AutoEmbedControl, GetSuperControl, GetIndexedSubControl, and SetControlSupervisor) to determine control ordering instead.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)